-
Notifications
You must be signed in to change notification settings - Fork 213
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CI] Lock sonar scanner and mint versions and get rid of brew #3578
Conversation
SDK Size
|
ef4ef59
to
959a4eb
Compare
|
365fd92
to
93c35d7
Compare
b519f2f
to
7cc3563
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! ✅
- name: Parse xcresult | ||
if: failure() | ||
run: | | ||
brew install chargepoint/xcparse/xcparse |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This one is still OK to install with homebrew, right? Asking because there was a comment above about homebrew.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, this is used only when tests fail, which should be a rare case. But can't install it another way.
🥷 Problem
sonar-scanner
andmint
versions (even though we did, they were not locked on CI)develop
andmain
📝 Summary
sonar-scanner
andmint
versionsbrew
sonar-scanner
is now installed via downloading an image directlymint
is now installed viamint
itselfLLC test
action to a separate workflow so the results can be published to SonarCloud on merges todevelop
andmain
as well as on PRs